summaryrefslogtreecommitdiff
path: root/app/[lng]/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/page.tsx')
-rw-r--r--app/[lng]/page.tsx9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/[lng]/page.tsx b/app/[lng]/page.tsx
index d0018f40..3b7e5dc9 100644
--- a/app/[lng]/page.tsx
+++ b/app/[lng]/page.tsx
@@ -13,7 +13,8 @@ export default function LandingPage() {
description: '기술 영업 단계에서의 RFQ를 관리할 수 있는 통합 플랫폼',
icon: Briefcase,
color: 'from-green-500 to-emerald-500',
- href: '/sales',
+ // href: '/sales',
+ href: '/evcp',
features: ['벤더 관리', '기술 영업 RFQ'],
},
{
@@ -22,7 +23,8 @@ export default function LandingPage() {
description: '협력 업체에서 부터 마지막 발주까지 원스톱 구매 솔루션',
icon: Package,
color: 'from-blue-500 to-indigo-500',
- href: '/procurement',
+ // href: '/procurement',
+ href: '/evcp',
features: ['협력 업체 관리', '구매 관리'],
},
{
@@ -31,7 +33,8 @@ export default function LandingPage() {
description: '벤더가 플랫폼을 통해 데이터와 문서를 제출할 수 있게 하고 TBE를 처리할 수 있는 플랫폼',
icon: Settings,
color: 'from-purple-500 to-violet-500',
- href: '/engineering',
+ // href: '/engineering',
+ href: '/evcp',
features: ['설계 기준정보 관리', 'TBE'],
}
];